home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / biz / dopus / VisageShow.lha / VisageShow.readme < prev   
Text File  |  1997-09-07  |  2KB  |  47 lines

  1. Short:    View pictures using Visage & Dopus 5.5+ with progress indicator
  2. Uploader: swedane@algonet.se (Tommy Jensen)
  3. Author:   swedane@algonet.se (Tommy Jensen)
  4. Type:     biz/dopus
  5. Version:  1.0
  6. Requires: Directory Opus 5.5+, Visage
  7. Distribution: Public Domain (PD)
  8.  
  9. This is an ARexx script for use with the filemanagment tool 
  10. Directory Opus 5.5+ and the picture viewer Visage.
  11.  
  12. Installation:
  13.  X Simply copy the script to DOpus5:ARexx or wherever ju keep
  14.    your Opus ARexx scipts.
  15.  
  16.  X Then call it as:
  17.    <AREXX>DOpus5:ARexx/VisageShow.dopus5
  18.  
  19.  X If your Visage path is other than just "Visage" you have to change the
  20.    Visage parameter in the script.
  21.    Changing the "visopts" parameter in the script to suit you needs is
  22.    recommended although not required.
  23.    Note: Don't specify the QUIET option in "visopts" because this will
  24.    disable the showing of dimensions in the progress display.
  25.  
  26.  X Finished.
  27.  
  28. Please report any bugs or tips for improvement of this script.
  29.  
  30. Notes: 
  31.  
  32. 1. I am aware of the fact that it would be nice to have the dimensions of
  33. the picture currently displayed but this is to my knowledge impossible since
  34. Visage doesn't release the output until the picture it fully rendered and its
  35. process is ended.
  36.  
  37. 2. Large filenames will cause the dimensions to be displayed "outside" of
  38. progress display. This is because the Opus progress display is of fixed width.
  39.  
  40. ARexx is © William S. Hawes
  41. Directory Opus is © Jonathan Potter & GPSoftware
  42. Visage is © Magnus Holmgren
  43.  
  44. P.S. If you recognize some parts of the script (namely the verision check),
  45.      it's because if stolen that code from some other script.
  46.      I see no point in reinventing the wheel.
  47.